home *** CD-ROM | disk | FTP | other *** search
/ Disc to the Future 2 / Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin / MAC / OTHER_LA / QUINTA / PRINTLIS.Q < prev    next >
Text File  |  1990-03-22  |  221b  |  9 lines

  1.  
  2. ; This is the source to the response to print lists
  3. ; It is already installed in the Quinta dictionary
  4.  
  5. [ "{ " print do dup car textrep print " " print
  6. cdr dup isempty until "}" print cr drop ]
  7. "print" pub list respond
  8.  
  9.